home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / GBlankerMod2 / Docs / Waves.doc < prev    next >
Text File  |  1995-04-11  |  2KB  |  61 lines

  1.  
  2.                     GarshneBlanker modules collection 
  3.             ---------------------------------
  4.                                  volume II
  5.                  ---------
  6.  
  7.                          version 1.0 (Apr 04 1995)
  8.  
  9.                   programs, sources and documentation are
  10.                       copyright 1995 Marzio De Biasi
  11.                             All Rights Reserved
  12.  
  13.  
  14.                                Waves blanker
  15.                                *************
  16.                                    v1.0
  17.                            technical information
  18.  
  19.  
  20. Description
  21. -----------
  22.  
  23.   This blanker makes a wavy pattern on the screen then starts cycling the
  24.   colors.
  25.   In the wavy pattern, the color of each pixel is determined by the sum
  26.   of the sine of the distance between the pixel and one of the starting
  27.   spots.
  28.  
  29.  
  30. Garshneblanker preference window
  31. --------------------------------
  32.  
  33.   You can set the following parameters:
  34.  
  35.   Spots        : the number of starting spots. You can think of them as the
  36.   -----          "number of stones that will be thrown into your monitor";
  37.           if you "throw" a lot of stones the wavy pattern will be
  38.           very complex; if you "throw" only one stone the wavy
  39.           pattern will be made of concentric circumferences.
  40.  
  41.   Wave lenght    : distance between the crests of two adjacent waves.
  42.   -----------
  43.  
  44.   Size        : size of the pixels used for the wavy pattern; if you choose
  45.   ----          a true pixel (size=1), the generation of the wavy pattern
  46.           will be very slow. You can get good resuluts even with
  47.           5x5 pixels.
  48.  
  49.   Delay        : cycling speed; lower values correspond to a faster cycle.
  50.   -----
  51.  
  52.  
  53.  
  54.  
  55. Algorithm description
  56. ---------------------
  57.  
  58.   Sorry, no algorithm description (due to lack of time )-:
  59.   If you want to know more about the algorithm, take a look to the source
  60.   code.
  61.